home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: The Best of Public Domain / Best of Public Domain, The Nr.03 (19xx)(Garfield, Andi)(DE).zip / Best of Public Domain, The Nr.03 (19xx)(Garfield, Andi)(DE).adf / Icon_Utilities / Gadget_Editor / Egad_readme < prev    next >
Text File  |  1989-01-01  |  3KB  |  82 lines

  1.    This is the Alpha version of the Gadget editor program,   a product of
  2. a group effort from the Programmers Network founded by John T Draper (AKA Cap'n
  3. Crunch).
  4.  
  5.    The programmers network is a non-profit group dedicated to networking
  6. programmers all over the world into a small "Global Village" by Magic of
  7. telecommunications technology.
  8.  
  9.    The programmers Network is present on the WELL, Compuserve, Usenet,
  10. and BIX,  and is most popular in organizing special programming projects
  11. involving groups of programmers.    For more information,  you can contact
  12. us at:
  13.  
  14. SNAIL MAIL:   John T. Draper
  15.               310 WestLine Dr,   B210
  16.               Alameda, Calif  94501
  17.  
  18. MA Bell:     (415) 769-1268
  19.  
  20. WELL: crunch
  21. BIX: crunch
  22. Usenet: ihnp4!ptsfa!well!crunch
  23. Compuserve: 76703,4322
  24.  
  25. Gadget editor information:
  26.  
  27. Authors:
  28. 1.  John Draper - Organizer
  29. 2.  Ray Larson - Image and Intuitext editors
  30. 3.  Brent Southard - Disk I/O
  31. 4.  Dave Milligan - Menu handler
  32.  
  33.  
  34. Using the Gadget editor
  35. ----------------------
  36. NOTE: This version works ONLY with DOS 1.2.
  37.  
  38. 1.  Type "EGad" the (gadget editor name) from CLI. You may optionally follow 
  39.     the command with a number of bitplanes to use for the screen and window
  40.     (default is 2 - a normal workbench screen, max is 4 for 16 color medium
  41.     resolution screens). The editor will open up a window and screen of the
  42.     specified depth.
  43. 2.  Select Gadget type: BOOLEAN, PROPORTIONAL, or STRING.
  44. 3.  Next select the ACTIVATION flags from the Activation menu. Also select
  45.     the gadget flags from the FLAGS menu. (See the Intuition manual for
  46.     descriptions of the flags and their meanings.)
  47. 4.  If you chose a PROPGADGET, then select the PropInfo flags in the Right
  48.     most menu.
  49. 5.  Using the RIGHT mouse button,  Draw out the Gadget rectangle to the
  50.     desired size,  and make as many as you need.  You will be prompted to
  51.     type in a gadget name for each gadget you draw.
  52. 6.  Pull down the "Utility menu" and choose "Add gadget" to actually
  53.     connect them into the window.
  54. 7.  If you want to edit images for the gadget,  click on the gadget you 
  55.     you want to modify and then select "Edit Gadget Image"
  56.     in the Utility menu.  A requester will ask you to name it.   The name
  57.     will be the name of the C source image. When you have finished editing
  58.     the image, select "Return Image" from the image editor "Project" menu,
  59.     and you will be returned to the main gadget editor and the image installed
  60.     in the selected gadget.
  61. 9.  You may also edit the "Select image" same as "Edit Gadget Image".
  62. 10. You may add text labels to your gadgets by clicking on the gadget to
  63.     modify and selecting "Add Intuitext" from the utility menu. 
  64. 11. You can save the gadgets to disk, if desired, by selecting "Save Gadget
  65.     File" in the file menu, and/or:
  66. 12. Select  "Save as source" from the file menu to generate C  data structure 
  67.     initializations which you can include in a program.
  68.  
  69.    It is important that you understand that this is an "Alpha" release
  70. and is not the final version.   It IS in the stage where it can be a useful
  71. tool and valuable time saver.
  72.  
  73.    Please report any bugs you find,  or better yet,  fix them yourself
  74. (Source code is provided).   The gt.l file is a Batch file that links
  75. all necessary modules,  but is tailored for the ASDG board. An AZTEC
  76. makefile is also provided.
  77.  
  78.    Please report bugs to "net" conference on the WELL.   I think it's topic
  79. 81.
  80.  
  81.  
  82.